home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Just Call Me Internet
/
Just Call Me Internet.iso
/
com
/
computer
/
casio_st
/
prog_fx
/
oisac2
/
len_nbr.txt
< prev
next >
Wrap
Text File
|
1994-03-01
|
153b
|
4 lines
10 ' *** OISAC 2 *** LEN NBR ***
20 INPUT"Votre chiffre : ",c:e=INT(c):f=FRAC(c):lv=LEN(STR$(e))-1:lp=LEN(STR$(f))-3:PRINT"AVANT"lv" Apres"lp:GOTO10